3.775 \(\int \frac {1}{(c x)^{5/3} (a+b x^2)^{2/3}} \, dx\)

Optimal. Leaf size=28 \[ -\frac {3 \sqrt [3]{a+b x^2}}{2 a c (c x)^{2/3}} \]

[Out]

-3/2*(b*x^2+a)^(1/3)/a/c/(c*x)^(2/3)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 19, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.053, Rules used = {264} \[ -\frac {3 \sqrt [3]{a+b x^2}}{2 a c (c x)^{2/3}} \]

Antiderivative was successfully verified.

[In]

Int[1/((c*x)^(5/3)*(a + b*x^2)^(2/3)),x]

[Out]

(-3*(a + b*x^2)^(1/3))/(2*a*c*(c*x)^(2/3))

Rule 264

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^(p + 1))/(a
*c*(m + 1)), x] /; FreeQ[{a, b, c, m, n, p}, x] && EqQ[(m + 1)/n + p + 1, 0] && NeQ[m, -1]

Rubi steps

\begin {align*} \int \frac {1}{(c x)^{5/3} \left (a+b x^2\right )^{2/3}} \, dx &=-\frac {3 \sqrt [3]{a+b x^2}}{2 a c (c x)^{2/3}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 26, normalized size = 0.93 \[ -\frac {3 x \sqrt [3]{a+b x^2}}{2 a (c x)^{5/3}} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((c*x)^(5/3)*(a + b*x^2)^(2/3)),x]

[Out]

(-3*x*(a + b*x^2)^(1/3))/(2*a*(c*x)^(5/3))

________________________________________________________________________________________

fricas [A]  time = 1.14, size = 25, normalized size = 0.89 \[ -\frac {3 \, {\left (b x^{2} + a\right )}^{\frac {1}{3}} \left (c x\right )^{\frac {1}{3}}}{2 \, a c^{2} x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c*x)^(5/3)/(b*x^2+a)^(2/3),x, algorithm="fricas")

[Out]

-3/2*(b*x^2 + a)^(1/3)*(c*x)^(1/3)/(a*c^2*x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{{\left (b x^{2} + a\right )}^{\frac {2}{3}} \left (c x\right )^{\frac {5}{3}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c*x)^(5/3)/(b*x^2+a)^(2/3),x, algorithm="giac")

[Out]

integrate(1/((b*x^2 + a)^(2/3)*(c*x)^(5/3)), x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 21, normalized size = 0.75 \[ -\frac {3 \left (b \,x^{2}+a \right )^{\frac {1}{3}} x}{2 \left (c x \right )^{\frac {5}{3}} a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(c*x)^(5/3)/(b*x^2+a)^(2/3),x)

[Out]

-3/2*x*(b*x^2+a)^(1/3)/a/(c*x)^(5/3)

________________________________________________________________________________________

maxima [A]  time = 1.47, size = 35, normalized size = 1.25 \[ -\frac {3 \, {\left (b c^{\frac {1}{3}} x^{3} + a c^{\frac {1}{3}} x\right )}}{2 \, {\left (b x^{2} + a\right )}^{\frac {2}{3}} a c^{2} x^{\frac {5}{3}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c*x)^(5/3)/(b*x^2+a)^(2/3),x, algorithm="maxima")

[Out]

-3/2*(b*c^(1/3)*x^3 + a*c^(1/3)*x)/((b*x^2 + a)^(2/3)*a*c^2*x^(5/3))

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {1}{{\left (c\,x\right )}^{5/3}\,{\left (b\,x^2+a\right )}^{2/3}} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((c*x)^(5/3)*(a + b*x^2)^(2/3)),x)

[Out]

int(1/((c*x)^(5/3)*(a + b*x^2)^(2/3)), x)

________________________________________________________________________________________

sympy [A]  time = 4.17, size = 36, normalized size = 1.29 \[ \frac {\sqrt [3]{b} \sqrt [3]{\frac {a}{b x^{2}} + 1} \Gamma \left (- \frac {1}{3}\right )}{2 a c^{\frac {5}{3}} \Gamma \left (\frac {2}{3}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(c*x)**(5/3)/(b*x**2+a)**(2/3),x)

[Out]

b**(1/3)*(a/(b*x**2) + 1)**(1/3)*gamma(-1/3)/(2*a*c**(5/3)*gamma(2/3))

________________________________________________________________________________________